__android_log_write

Writes the constant string text to the log, with priority prio and tag tag.

extern (C) nothrow @nogc
int
__android_log_write
(
int prio
,
const(char)* tag
,
const(char)* text
)

Meta